Include a header file required for build on mac 10.4
[supercollider.git] / Help / Extending and Customizing SC / publishing_code.html
blob3e2863aa175658a6631856ce27d3ae57e0a459cc
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <title></title>
7 <meta name="Generator" content="Cocoa HTML Writer">
8 <meta name="CocoaVersion" content="824.44">
9 <style type="text/css">
10 p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Helvetica}
11 p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; min-height: 12.0px}
12 p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
13 p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
14 span.s1 {text-decoration: underline}
15 span.Apple-tab-span {white-space:pre}
16 </style>
17 </head>
18 <body>
19 <p class="p1"><b>publishing code</b></p>
20 <p class="p2"><br></p>
21 <p class="p2"><br></p>
22 <p class="p3">A computer language like sc makes it easy to share code with others.</p>
23 <p class="p3">Apart from sending examples and pieces by email, you can use public</p>
24 <p class="p3">repositories to make them available:</p>
25 <p class="p4"><br></p>
26 <p class="p3">If you like to add some code, or even create your own little webspace<span class="Apple-converted-space"> </span></p>
27 <p class="p3">on the supercollider wiki:</p>
28 <p class="p4"><span class="Apple-tab-span"> </span></p>
29 <p class="p3"><span class="Apple-tab-span"> </span><span class="s1">http://swiki.hfbk-hamburg.de:8888/MusicTechnology/6</span><span class="Apple-converted-space"> </span></p>
30 <p class="p3"><span class="Apple-tab-span"> </span>(passwd: sc, user: sc)</p>
31 <p class="p4"><br></p>
32 <p class="p4"><br></p>
33 <p class="p3">Generally, making software public that is written in sclang or software that includes changes to scserver</p>
34 <p class="p3"><b><i>requires the sourcecode to be publicly available.</i></b></p>
35 <p class="p3">For more information, see <span class="s1">http://www.gnu.org/copyleft/gpl.html</span></p>
36 <p class="p4"><br></p>
37 <p class="p4"><br></p>
38 <p class="p3">Quite often, code written by others is copied, modified and used in pieces or software.</p>
39 <p class="p3">If the code was published without any specific licence, it is always good to at least <b><i>mention the</i></b></p>
40 <p class="p3"><b><i>original authors</i><span class="Apple-converted-space"> </span></b> in your work in order to avoid later conflicts.</p>
41 <p class="p4"><br></p>
42 </body>
43 </html>